@charset "utf-8";
/* CSS Document */

#header {
	background: url(../images/header_bg.gif) left top repeat-x #fbfcfe;
	border-top: solid 2px #005ca5;
}

.section {
	width: 980px;
	margin: 0 auto;
	position: relative;
}

#header em a {
	display: block;
	width: 112px;
	height: 29px;
	position: absolute;
	left: 354px;
	top: 30px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/logo.gif) no-repeat;
}

#header h1 a {
	width: 328px;
	height: 24px;
	position: absolute;
	left: 0;
	top: 32px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/logo_txt.gif) no-repeat;
}

#header ol {
	padding: 33px 0 85px 0;
}

#header ol li {
	height: 24px;
	overflow: hidden;
}

/*#header ol li a{
float:right;
display:block;
width:110px;
height:24px;
text-indent:-9999px;
overflow:hidden;
background:url(../images/link_jp.gif) 0 0 no-repeat;
}*/
#header ol li a:hover {
	background-position: 0 -24px;
}

/* ------------- gnavi css setting --------------------- */
.gnavi {
	height: 50px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 90px;
	z-index: 80;
	border-radius: 6px;
	-webkit-box-shadow: #666 0px 2px 2px;
	-moz-box-shadow: #666 0px 2px 2px;
	box-shadow: #666 0px 2px 2px;
	behavior: url(/PIE.htc);
}

.gnavi li {
	float: left;
	display: inline;
}

.gnavi li a {
	display: block;
	width: 196px;
	height: 50px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/gnavi_bg.gif) no-repeat;
	cursor: pointer;
}

.gnavi li a.n_service {
	background-position: 0 0;
}

#service .gnavi li a.n_service, .gnavi li a.n_service:hover {
	background-position: 0 -50px;
}

.gnavi li a.n_flow {
	background-position: -196px 0;
}

#flow .gnavi li a.n_flow, .gnavi li a.n_flow:hover {
	background-position: -196px -50px;
}

.gnavi li a.n_about {
	background-position: -392px 0;
}

#about .gnavi li a.n_about, #certificates .gnavi li a.n_about, .gnavi li a.n_about:hover {
	background-position: -392px -50px;
}

.gnavi li a.n_recruit {
	background-position: -588px 0;
}

#recruit .gnavi li a.n_recruit, .gnavi li a.n_recruit:hover {
	background-position: -588px -50px;
}

.gnavi li a.n_contact {
	background-position: -784px 0;
}

#contact .gnavi li a.n_contact, .gnavi li a.n_contact:hover {
	background-position: -784px -50px;
}

/* ------------- gnavi css setting --------------------- */

#footer {
	background-color: #005ca5;
}

#footer .section {
	background-color: #005ca5;
	padding: 20px 0 15px;
	height: 110px;
}

#footer ul {
	background: url(../images/bottom_bg01.gif) left bottom repeat-x;
	padding: 0 0 25px 0;
}

#footer ul li {
	display: inline;
	line-height: 16px;
	border: solid 1px #3782be;
	border-width: 0 1px;
	margin-left: -1px;
	padding: 0 15px;
	float: left;
	position: relative;
	z-index: 10;
}

#footer ul a {
	color: #FFF;
	line-height: 14px;
	font-size: 14px;
	text-decoration: none;
}

#footer ul a:hover {
	color: #FFF;
}

#footer dl {
	clear: both;
	height: 17px;
	overflow: hidden;
	margin: 20px 0 15px;
}

#footer dl dt {
	width: 225px;
	height: 17px;
	text-indent: -9999px;
	background: url(../images/footer_txt01.gif) no-repeat;
	overflow: hidden;
	float: left;
	margin-right: 20px;
}

#footer dl dd {
	color: #FFF;
	float: left;
	display: inline;
	padding: 0 5px;
}

.copyright {
	color: #5c97c5;
}

.copyright a,
.copyright a:hover {
	color: #5c97c5;
}

#contents {
	margin-bottom: 80px;
}

.main {
	background: url(../images/index_contents_bg02.gif) 0 0 repeat-x;
}

#topcontrol {
	width: 28px;
	height: 34px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/scrollTop.gif) 0 0 no-repeat;
}

/* pageNavi */
.pageNavi {
	background: url(../images/pageNavi_bg.jpg) top center no-repeat;
	height: 97px;
	position: relative;
}

.pageNavi h2 {
	width: 948px;
	margin: 0 auto;
	padding-top: 30px;
	height: 68px;
}

.pageNavi_ol {
	width: 948px;
	position: relative;
	margin: 0 auto;
}

.pageNavi_ol p {
	position: absolute;
	bottom: 10px;
	right: 0;
}

.pageTtl {
	background: url(../images/h3_bg01.gif) left top no-repeat;
	padding: 9px 0 0 19px;
	height: 27px;
	position: relative;
	margin-bottom: 16px;
}

.Ssection {
	width: 916px;
	padding-top: 20px;
}

/*2012-05-03*/
a.more {
	display: block;
	width: 56px;
	height: 20px;
	background: url(../images/btn_more_n.gif) 0 0 no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	float: right;
	margin-top: 12px;
}

a.more:hover {
	background: url(../images/btn_more_r.gif) 0 0 no-repeat;
}

.gocontact {
	background-color: #e5eef6;
	border: 1px solid #82afd3;
	padding: 16px 40px 16px 0;
	text-align: right;
	margin-top: 60px;
}

.gocontact li {
	float: right;
}

.gocontact a {
	background: url(../../about/images/gocontact_bg.gif) left 5px no-repeat;
	padding-left: 26px;
	font-size: 16px;
	font-weight: bold;
	color: #005ca5;
}

.gocontact a:hover {
	text-decoration: none;
	color: #003e70;
}

/* H4 */
.certificatesTtl {
	background: url(../../about/images/h4_bg01.gif) left top repeat-x;
	border: 1px solid #d4d4d4;
	padding: 3px 0 3px 15px;
	color: #333;
	margin-bottom: 14px;
	font-size: 16px;
}

.certificatesTtl span {
	color: #838383;
	font-size: 12px;
	padding-left: 10px;
}

/* 2013-04-10 */
#header ol li {
	height: 24px;
	overflow: hidden;
	width: 110px;
	float: right;
	padding: 0 5px;
}

#header .border {
	border-left: 1px solid #dbdbdc;
	padding-right: 0;
}

#header ol li a {
	float: right;
	display: block;
	width: 66px;
	height: 24px;
	padding: 4px 0 0 44px;
	overflow: hidden;
	background: url(../images/link_jp.gif) 0 0 no-repeat;
}

#header ol li a:hover {
	background-position: 0 -24px;
	color: #00a1fe;
	text-decoration: none;
}

/* 203-04-23 AI */
#header ol .border a {
	background: url(../images/link_jp_boken.gif) 0 0 no-repeat;
	padding: 4px 0 0 34px;
	width: 76px;
}

/* 2013-07-05 AI */
.strokeTop {
	border-top: solid 1px #ccc;
}

/* 2014-12-23 YAO */
#header h1 a {
	width: 315px;
	height: 39px;
	top: 26px;
}

#footer dl {
	height: 28px;
}

#footer dl dt {
	width: 232px;
	height: 28px;
}

#footer dl dd {
	padding: 5px;
}

.pageTtl {
	height: 36px;
	margin-bottom: 16px;
	padding: 0 0 0 19px;
}

.pageTtl:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.pageTtl strong {
	float: left;
	margin: 0 17px 0 0;
	font: normal normal normal 18px/36px "microsoft yahei";
	color: #333;
}

.pageTtl span {
	float: left;
	margin: 14px 0 0 0;
	font: normal normal normal 12px/16px "Arial";
	color: #838383;
}


#footer .section {
	display: flex;
	gap: 20px;
	align-items: center;

}

#footer .footer_left {
	flex: 1;
}

#footer .qr {
	width: 100px;


}

#footer .qr p {
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

#footer .qr img {
	width: 100px;
}